projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8121e48
)
* admin/FOR-RELEASE: Add note about bad Texinfo node names
author
Glenn Morris
<rgm@gnu.org>
Tue, 13 Aug 2013 07:04:10 +0000
(
00:04
-0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 13 Aug 2013 07:04:10 +0000
(
00:04
-0700)
admin/FOR-RELEASE
patch
|
blob
|
history
diff --git
a/admin/FOR-RELEASE
b/admin/FOR-RELEASE
index 53186b216883e9041d7ccb889a2e79a41f9d83eb..c578d3d37e16650848f8244e9d475c8304a85aff 100644
(file)
--- a/
admin/FOR-RELEASE
+++ b/
admin/FOR-RELEASE
@@
-3,6
+3,10
@@
Tasks needed before the next release.
* TO BE DONE SHORTLY BEFORE RELEASE
** Manuals
+Check for node names using problematic characters:
+ find doc -name '*.texi' -exec grep '^@node[^,]*[:.()]' {} +
+Sadly makeinfo does not warn about such characters.
+
Check cross-references between the manuals (eg from emacs to elisp)
are correct. You can use something like the following in the info
directory in the Emacs build tree: